home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13426 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  822 b 

  1. Path: newsbf02.news.aol.com!not-for-mail
  2. From: jacqimarie@aol.com (Jacqimarie)
  3. Newsgroups: comp.lang.c++
  4. Subject: Directories under DOS
  5. Date: 25 Mar 1996 13:23:56 -0500
  6. Organization: America Online, Inc. (1-800-827-6364)
  7. Sender: root@newsbf02.news.aol.com
  8. Message-ID: <4j6obs$htl@newsbf02.news.aol.com>
  9. Reply-To: jacqimarie@aol.com (Jacqimarie)
  10. NNTP-Posting-Host: newsbf02.mail.aol.com
  11.  
  12. I am writing several programs that must search large directories
  13. frequently (it is not uncommon to have close to 2000 entries in one
  14. directory).  Right now, I am using the functions findfirst and findnext,
  15. and I am wondering if anybody could point me to faster, more efficient
  16. functions to read directories.  The only information I need from the
  17. directory is the filename and the status of the archive bit.
  18.  
  19. Thanks for your help.
  20.  
  21. Rob
  22.